home *** CD-ROM | disk | FTP | other *** search
- //*****************************************************************************
- // C_UpABro.prg
- // Up Array_Browse class for OBJECT v2.03
- // Copyright (c) 1991, JHK, JHK-Software, Piestany
- // Compile with: /N/M/W/A
- //-----------------------------------------------------------------------------
-
- #include "Object.ch"
-
- create class UpABrowse from ABrowse
- export:
- method New=UpABrowseNew //o:New()
- endclass
-
-
- //*****************************************************************************
- // UpABrowse:New() --> self
- // default values for this object
- //
- constructor UpABrowseNew()
- ::UpFlag:=true
- return(self)
-
- //------------------------------------------------------- eof (c)JHK ----------
-
-